home *** CD-ROM | disk | FTP | other *** search
/ HAKERIS 11 / HAKERIS 11.ISO / linux / system / LinuxConsole 0.4 / linuxconsole0.4install-en.iso / linuxconsole0.4.lcm / etc / main.cf next >
Encoding:
Text File  |  2004-03-26  |  22.0 KB  |  568 lines

  1. # Global Postfix configuration file. This file lists only a subset
  2. # of all 250+ parameters. See the sample-xxx.cf files for a full list.
  3. # The general format is lines with parameter = value pairs. Lines
  4. # that begin with whitespace continue the previous line. A value can
  5. # contain references to other $names or ${name}s.
  6. #
  7. # NOTE - CHANGE NO MORE THAN 2-3 PARAMETERS AT A TIME, AND TEST IF
  8. # POSTFIX STILL WORKS AFTER EVERY CHANGE.
  9.  
  10. # SOFT BOUNCE
  11. #
  12. # The soft_bounce parameter provides a limited safety net for
  13. # testing.  When soft_bounce is enabled, mail will remain queued that
  14. # would otherwise bounce. This parameter disables locally-generated
  15. # bounces, and prevents the SMTP server from rejecting mail permanently
  16. # (by changing 5xx replies into 4xx replies). However, soft_bounce
  17. # is no cure for address rewriting mistakes or mail routing mistakes.
  18. #
  19. #soft_bounce = no
  20.  
  21. # LOCAL PATHNAME INFORMATION
  22. #
  23. # The queue_directory specifies the location of the Postfix queue.
  24. # This is also the root directory of Postfix daemons that run chrooted.
  25. # See the files in examples/chroot-setup for setting up Postfix chroot
  26. # environments on different UNIX systems.
  27. #
  28. queue_directory = /usr/local/intranet/var/spool/postfix
  29.  
  30. # The command_directory parameter specifies the location of all
  31. # postXXX commands.
  32. #
  33. command_directory = /usr/local/intranet/usr/sbin
  34.  
  35. # The daemon_directory parameter specifies the location of all Postfix
  36. # daemon programs (i.e. programs listed in the master.cf file). This
  37. # directory must be owned by root.
  38. #
  39. daemon_directory = /usr/local/intranet/usr/libexec/postfix
  40.  
  41. # QUEUE AND PROCESS OWNERSHIP
  42. #
  43. # The mail_owner parameter specifies the owner of the Postfix queue
  44. # and of most Postfix daemon processes.  Specify the name of a user
  45. # account THAT DOES NOT SHARE ITS USER OR GROUP ID WITH OTHER ACCOUNTS
  46. # AND THAT OWNS NO OTHER FILES OR PROCESSES ON THE SYSTEM.  In
  47. # particular, don't specify nobody or daemon. PLEASE USE A DEDICATED
  48. # USER.
  49. #
  50. mail_owner = postfix
  51.  
  52. # The default_privs parameter specifies the default rights used by
  53. # the local delivery agent for delivery to external file or command.
  54. # These rights are used in the absence of a recipient user context.
  55. # DO NOT SPECIFY A PRIVILEGED USER OR THE POSTFIX OWNER.
  56. #
  57. #default_privs = nobody
  58.  
  59. # INTERNET HOST AND DOMAIN NAMES
  60. # The myhostname parameter specifies the internet hostname of this
  61. # mail system. The default is to use the fully-qualified domain name
  62. # from gethostname(). $myhostname is used as a default value for many
  63. # other configuration parameters.
  64. #
  65. myhostname = mail.intranet.org
  66. #myhostname = virtual.domain.tld
  67.  
  68. # The mydomain parameter specifies the local internet domain name.
  69. # The default is to use $myhostname minus the first component.
  70. # $mydomain is used as a default value for many other configuration
  71. # parameters.
  72. #
  73. mydomain = intranet.org
  74.  
  75. # SENDING MAIL
  76. # The myorigin parameter specifies the domain that locally-posted
  77. # mail appears to come from. The default is to append $myhostname,
  78. # which is fine for small sites.  If you run a domain with multiple
  79. # machines, you should (1) change this to $mydomain and (2) set up
  80. # a domain-wide alias database that aliases each user to
  81. # user@that.users.mailhost.
  82. #
  83. # For the sake of consistency between sender and recipient addresses,
  84. # myorigin also specifies the default domain name that is appended
  85. # to recipient addresses that have no @domain part.
  86. #
  87. #myorigin = $myhostname
  88. #myorigin = $mydomain
  89.  
  90. # RECEIVING MAIL
  91.  
  92. # The inet_interfaces parameter specifies the network interface
  93. # addresses that this mail system receives mail on.  By default,
  94. # the software claims all active interfaces on the machine. The
  95. # parameter also controls delivery of mail to user@[ip.address].
  96. #
  97. # See also the proxy_interfaces parameter, for network addresses that
  98. # are forwarded to us via a proxy or network address translator.
  99. #
  100. # Note: you need to stop/start Postfix when this parameter changes.
  101. #
  102. #inet_interfaces = all
  103. #inet_interfaces = $myhostname
  104. #inet_interfaces = $myhostname, localhost
  105.  
  106. # The proxy_interfaces parameter specifies the network interface
  107. # addresses that this mail system receives mail on by way of a
  108. # proxy or network address translation unit. This setting extends
  109. # the address list specified with the inet_interfaces parameter.
  110. #
  111. # You must specify your proxy/NAT addresses when your system is a
  112. # backup MX host for other domains, otherwise mail delivery loops
  113. # will happen when the primary MX host is down.
  114. #
  115. #proxy_interfaces =
  116. #proxy_interfaces = 1.2.3.4
  117.  
  118. # The mydestination parameter specifies the list of domains that this
  119. # machine considers itself the final destination for. That includes
  120. # Sendmail-style virtual domains hosted on this machine.
  121. #
  122. # Do not include Postfix-style virtual domains - those domains are
  123. # specified elsewhere (see sample-virtual.cf, and sample-transport.cf).
  124. #
  125. # The default is $myhostname + localhost.$mydomain.  On a mail domain
  126. # gateway, you should also include $mydomain. Do not specify the
  127. # names of domains that this machine is backup MX host for. Specify
  128. # those names via the relay_domains or permit_mx_backup settings for
  129. # the SMTP server (see sample-smtpd.cf).
  130. #
  131. # The local machine is always the final destination for mail addressed
  132. # to user@[the.net.work.address] of an interface that the mail system
  133. # receives mail on (see the inet_interfaces parameter).
  134. #
  135. # Specify a list of host or domain names, /file/name or type:table
  136. # patterns, separated by commas and/or whitespace. A /file/name
  137. # pattern is replaced by its contents; a type:table is matched when
  138. # a name matches a lookup key.  Continue long lines by starting the
  139. # next line with whitespace.
  140. #
  141. mydestination = myhostname, localhost.$mydomain, mysql:/etc/postfix/mysql-mydestination.cf
  142. #mydestination = $myhostname, localhost.$mydomain $mydomain
  143. #mydestination = $myhostname, localhost.$mydomain, $mydomain,
  144. #    mail.$mydomain, www.$mydomain, ftp.$mydomain
  145.  
  146. # TRUST AND RELAY CONTROL
  147.  
  148. # The mynetworks parameter specifies the list of "trusted" SMTP
  149. # clients that have more privileges than "strangers".
  150. #
  151. # In particular, "trusted" SMTP clients are allowed to relay mail
  152. # through Postfix.  See the smtpd_recipient_restrictions parameter
  153. # in file sample-smtpd.cf.
  154. #
  155. # You can specify the list of "trusted" network addresses by hand
  156. # or you can let Postfix do it for you (which is the default).
  157. #
  158. # By default (mynetworks_style = subnet), Postfix "trusts" SMTP
  159. # clients in the same IP subnetworks as the local machine.
  160. # On Linux, this does works correctly only with interfaces specified
  161. # with the "ifconfig" command.
  162. # Specify "mynetworks_style = class" when Postfix should "trust" SMTP
  163. # clients in the same IP class A/B/C networks as the local machine.
  164. # Don't do this with a dialup site - it would cause Postfix to "trust"
  165. # your entire provider's network.  Instead, specify an explicit
  166. # mynetworks list by hand, as described below.
  167. #  
  168. # Specify "mynetworks_style = host" when Postfix should "trust"
  169. # only the local machine.
  170. #mynetworks_style = class
  171. #mynetworks_style = subnet
  172. #mynetworks_style = host
  173.  
  174. # Alternatively, you can specify the mynetworks list by hand, in
  175. # which case Postfix ignores the mynetworks_style setting.
  176. #
  177. # Specify an explicit list of network/netmask patterns, where the
  178. # mask specifies the number of bits in the network part of a host
  179. # address.
  180. #
  181. # You can also specify the absolute pathname of a pattern file instead
  182. # of listing the patterns here. Specify type:table for table-based lookups
  183. # (the value on the table right-hand side is not used).
  184. #
  185. #mynetworks = 168.100.189.0/28, 127.0.0.0/8
  186. #mynetworks = $config_directory/mynetworks
  187. #mynetworks = hash:/etc/postfix/network_table
  188.  
  189. # The relay_domains parameter restricts what clients this mail system
  190. # will relay mail from, or what destinations this system will relay
  191. # mail to.  See the smtpd_recipient_restrictions restriction in the
  192. # file sample-smtpd.cf for detailed information.
  193. #
  194. # By default, Postfix relays mail
  195. # - from "trusted" clients whose IP address matches $mynetworks, 
  196. # - from "trusted" clients matching $relay_domains or subdomains thereof,
  197. # - from untrusted clients to destinations that match $relay_domains
  198. #   or subdomains thereof, except addresses with sender-specified routing.
  199. # The default relay_domains value is $mydestination.
  200. # In addition to the above, the Postfix SMTP server by default accepts mail
  201. # that Postfix is final destination for:
  202. # - destinations that match $inet_interfaces,
  203. # - destinations that match $mydestination
  204. # - destinations that match $virtual_maps.
  205. # These destinations do not need to be listed in $relay_domains.
  206. # Specify a list of hosts or domains, /file/name patterns or type:name
  207. # lookup tables, separated by commas and/or whitespace.  Continue
  208. # long lines by starting the next line with whitespace. A file name
  209. # is replaced by its contents; a type:name table is matched when a
  210. # (parent) domain appears as lookup key.
  211. #
  212. # NOTE: Postfix will not automatically forward mail for domains that
  213. # list this system as their primary or backup MX host. See the
  214. # permit_mx_backup restriction in the file sample-smtpd.cf.
  215. #
  216. #relay_domains = $mydestination
  217.  
  218. # INTERNET OR INTRANET
  219.  
  220. # The relayhost parameter specifies the default host to send mail to
  221. # when no entry is matched in the optional transport(5) table. When
  222. # no relayhost is given, mail is routed directly to the destination.
  223. #
  224. # On an intranet, specify the organizational domain name. If your
  225. # internal DNS uses no MX records, specify the name of the intranet
  226. # gateway host instead.
  227. #
  228. # In the case of SMTP, specify a domain, host, host:port, [host]:port,
  229. # [address] or [address]:port; the form [host] turns off MX lookups.
  230. #
  231. # If you're connected via UUCP, see also the default_transport parameter.
  232. #
  233. #relayhost = $mydomain
  234. #relayhost = gateway.my.domain
  235. #relayhost = uucphost
  236. #relayhost = [an.ip.add.ress]
  237.  
  238. # REJECTING UNKNOWN LOCAL USERS
  239. #
  240. # The local_recipient_maps parameter specifies optional lookup tables
  241. # with all names (not addresses) of users that are local with respect
  242. # to $mydestination and $inet_interfaces.  If this parameter is
  243. # defined, then the SMTP server will reject mail for unknown local
  244. # users.
  245. #
  246. # If you use the default Postfix local delivery agent for local
  247. # delivery, uncomment the definition below.
  248. #
  249. # Beware: if the Postfix SMTP server runs chrooted, you may have to
  250. # copy the passwd (not shadow) database into the jail. This is
  251. # system dependent.
  252. #local_recipient_maps = $alias_maps unix:passwd.byname
  253.  
  254. # INPUT RATE CONTROL
  255. #
  256. # The in_flow_delay configuration parameter implements mail input
  257. # flow control. This feature is turned on by default, although it
  258. # still needs further development (it's disabled on SCO UNIX due
  259. # to an SCO bug).
  260. # A Postfix process will pause for $in_flow_delay seconds before
  261. # accepting a new message, when the message arrival rate exceeds the
  262. # message delivery rate. With the default 50 SMTP server process
  263. # limit, this limits the mail inflow to 50 messages a second more
  264. # than the number of messages delivered per second.
  265. # Specify 0 to disable the feature. Valid delays are 0..10.
  266. #in_flow_delay = 1s
  267.  
  268. # ADDRESS REWRITING
  269. #
  270. # Insert text from sample-rewrite.cf if you need to do address
  271. # masquerading.
  272. #
  273. # Insert text from sample-canonical.cf if you need to do address
  274. # rewriting, or if you need username->Firstname.Lastname mapping.
  275.  
  276. # ADDRESS REDIRECTION (VIRTUAL DOMAIN)
  277. #
  278. # Insert text from sample-virtual.cf if you need virtual domain support.
  279.  
  280. # "USER HAS MOVED" BOUNCE MESSAGES
  281. #
  282. # Insert text from sample-relocated.cf if you need "user has moved"
  283. # style bounce messages. Alternatively, you can bounce recipients
  284. # with an SMTP server access table. See sample-smtpd.cf.
  285.  
  286. # TRANSPORT MAP
  287. #
  288. # Insert text from sample-transport.cf if you need explicit routing.
  289.  
  290. # ALIAS DATABASE
  291. #
  292. # The alias_maps parameter specifies the list of alias databases used
  293. # by the local delivery agent. The default list is system dependent.
  294. # On systems with NIS, the default is to search the local alias
  295. # database, then the NIS alias database. See aliases(5) for syntax
  296. # details.
  297. # If you change the alias database, run "postalias /etc/aliases" (or
  298. # wherever your system stores the mail alias file), or simply run
  299. # "newaliases" to build the necessary DBM or DB file.
  300. #
  301. # It will take a minute or so before changes become visible.  Use
  302. # "postfix reload" to eliminate the delay.
  303. #
  304. #alias_maps = dbm:/etc/aliases
  305. #alias_maps = hash:/etc/aliases
  306. #alias_maps = hash:/etc/aliases, nis:mail.aliases
  307. #alias_maps = netinfo:/aliases
  308.  
  309. # The alias_database parameter specifies the alias database(s) that
  310. # are built with "newaliases" or "sendmail -bi".  This is a separate
  311. # configuration parameter, because alias_maps (see above) may specify
  312. # tables that are not necessarily all under control by Postfix.
  313. #
  314. #alias_database = dbm:/etc/aliases
  315. #alias_database = dbm:/etc/mail/aliases
  316. #alias_database = hash:/etc/aliases
  317. #alias_database = hash:/etc/aliases, hash:/opt/majordomo/aliases
  318.  
  319. # ADDRESS EXTENSIONS (e.g., user+foo)
  320. #
  321. # The recipient_delimiter parameter specifies the separator between
  322. # user names and address extensions (user+foo). See canonical(5),
  323. # local(8), relocated(5) and virtual(5) for the effects this has on
  324. # aliases, canonical, virtual, relocated and .forward file lookups.
  325. # Basically, the software tries user+foo and .forward+foo before
  326. # trying user and .forward.
  327. #
  328. #recipient_delimiter = +
  329.  
  330. # DELIVERY TO MAILBOX
  331. #
  332. # The home_mailbox parameter specifies the optional pathname of a
  333. # mailbox file relative to a user's home directory. The default
  334. # mailbox file is /var/spool/mail/user or /var/mail/user.  Specify
  335. # "Maildir/" for qmail-style delivery (the / is required).
  336. #
  337. #home_mailbox = Mailbox
  338. #home_mailbox = Maildir/
  339.  
  340. # The mail_spool_directory parameter specifies the directory where
  341. # UNIX-style mailboxes are kept. The default setting depends on the
  342. # system type.
  343. #
  344. #mail_spool_directory = /var/mail
  345. #mail_spool_directory = /var/spool/mail
  346.  
  347. # The mailbox_command parameter specifies the optional external
  348. # command to use instead of mailbox delivery. The command is run as
  349. # the recipient with proper HOME, SHELL and LOGNAME environment settings.
  350. # Exception:  delivery for root is done as $default_user.
  351. #
  352. # Other environment variables of interest: USER (recipient username),
  353. # EXTENSION (address extension), DOMAIN (domain part of address),
  354. # and LOCAL (the address localpart).
  355. #
  356. # Unlike other Postfix configuration parameters, the mailbox_command
  357. # parameter is not subjected to $parameter substitutions. This is to
  358. # make it easier to specify shell syntax (see example below).
  359. #
  360. # Avoid shell meta characters because they will force Postfix to run
  361. # an expensive shell process. Procmail alone is expensive enough.
  362. #
  363. # IF YOU USE THIS TO DELIVER MAIL SYSTEM-WIDE, YOU MUST SET UP AN
  364. # ALIAS THAT FORWARDS MAIL FOR ROOT TO A REAL USER.
  365. #
  366. #mailbox_command = /some/where/procmail
  367. #mailbox_command = /some/where/procmail -a "$EXTENSION"
  368.  
  369. # The mailbox_transport specifies the optional transport in master.cf
  370. # to use after processing aliases and .forward files. This parameter
  371. # has precedence over the mailbox_command, fallback_transport and
  372. # luser_relay parameters.
  373. #
  374. # Specify a string of the form transport:nexthop, where transport is
  375. # the name of a mail delivery transport defined in master.cf.  The
  376. # :nexthop part is optional. For more details see the sample transport
  377. # configuration file.
  378. #
  379. mailbox_transport = lmtp:unix:/tmp/lmtp
  380. #mailbox_transport = cyrus
  381.  
  382. # The fallback_transport specifies the optional transport in master.cf
  383. # to use for recipients that are not found in the UNIX passwd database.
  384. # This parameter has precedence over the luser_relay parameter.
  385. #
  386. # Specify a string of the form transport:nexthop, where transport is
  387. # the name of a mail delivery transport defined in master.cf.  The
  388. # :nexthop part is optional. For more details see the sample transport
  389. # configuration file.
  390. #
  391. #fallback_transport = lmtp:unix:/file/name
  392. #fallback_transport = cyrus
  393. #fallback_transport =
  394.  
  395. # The luser_relay parameter specifies an optional destination address
  396. # for unknown recipients.  By default, mail for unknown@$mydestination
  397. # and unknown@[$inet_interfaces] is returned as undeliverable.
  398. #
  399. # The following expansions are done on luser_relay: $user (recipient
  400. # username), $shell (recipient shell), $home (recipient home directory),
  401. # $recipient (full recipient address), $extension (recipient address
  402. # extension), $domain (recipient domain), $local (entire recipient
  403. # localpart), $recipient_delimiter. Specify ${name?value} or
  404. # ${name:value} to expand value only when $name does (does not) exist.
  405. #
  406. # luser_relay works only for the default Postfix local delivery agent.
  407. #
  408. #luser_relay = $user@other.host
  409. #luser_relay = $local@other.host
  410. #luser_relay = admin+$local
  411.   
  412. # JUNK MAIL CONTROLS
  413. # The controls listed here are only a very small subset. See the file
  414. # sample-smtpd.cf for an elaborate list of anti-UCE controls.
  415.  
  416. # The header_checks parameter specifies an optional table with patterns
  417. # that each logical message header is matched against, including
  418. # headers that span multiple physical lines.
  419. #
  420. # By default, these patterns also apply to MIME headers and to the
  421. # headers of attached messages. With older Postfix versions, MIME and
  422. # attached message headers were treated as body text.
  423. #
  424. # For details, see the sample-filter.cf file.
  425. #
  426. #header_checks = regexp:/etc/postfix/header_checks
  427.  
  428. # FAST ETRN SERVICE
  429. #
  430. # Postfix maintains per-destination logfiles with information about
  431. # deferred mail, so that mail can be flushed quickly with the SMTP
  432. # "ETRN domain.tld" command, or by executing "sendmail -qRdomain.tld".
  433. # By default, Postfix maintains deferred mail logfile information
  434. # only for destinations that Postfix is willing to relay to (as
  435. # specified in the relay_domains parameter). For other destinations,
  436. # Postfix attempts to deliver ALL queued mail after receiving the
  437. # SMTP "ETRN domain.tld" command, or after execution of "sendmail
  438. # -qRdomain.tld". This can be slow when a lot of mail is queued.
  439. # The fast_flush_domains parameter controls what destinations are
  440. # eligible for this "fast ETRN/sendmail -qR" service.
  441. #fast_flush_domains = $relay_domains
  442. #fast_flush_domains =
  443.  
  444. # SHOW SOFTWARE VERSION OR NOT
  445. #
  446. # The smtpd_banner parameter specifies the text that follows the 220
  447. # code in the SMTP server's greeting banner. Some people like to see
  448. # the mail version advertised. By default, Postfix shows no version.
  449. #
  450. # You MUST specify $myhostname at the start of the text. That is an
  451. # RFC requirement. Postfix itself does not care.
  452. #
  453. #smtpd_banner = $myhostname ESMTP $mail_name
  454. #smtpd_banner = $myhostname ESMTP $mail_name ($mail_version)
  455.  
  456. # PARALLEL DELIVERY TO THE SAME DESTINATION
  457. #
  458. # How many parallel deliveries to the same user or domain? With local
  459. # delivery, it does not make sense to do massively parallel delivery
  460. # to the same user, because mailbox updates must happen sequentially,
  461. # and expensive pipelines in .forward files can cause disasters when
  462. # too many are run at the same time. With SMTP deliveries, 10
  463. # simultaneous connections to the same domain could be sufficient to
  464. # raise eyebrows.
  465. # Each message delivery transport has its XXX_destination_concurrency_limit
  466. # parameter.  The default is $default_destination_concurrency_limit for
  467. # most delivery transports. For the local delivery agent the default is 2.
  468.  
  469. #local_destination_concurrency_limit = 2
  470. #default_destination_concurrency_limit = 10
  471.  
  472. # DEBUGGING CONTROL
  473. #
  474. # The debug_peer_level parameter specifies the increment in verbose
  475. # logging level when an SMTP client or server host name or address
  476. # matches a pattern in the debug_peer_list parameter.
  477. #
  478. debug_peer_level = 2
  479.  
  480. # The debug_peer_list parameter specifies an optional list of domain
  481. # or network patterns, /file/name patterns or type:name tables. When
  482. # an SMTP client or server host name or address matches a pattern,
  483. # increase the verbose logging level by the amount specified in the
  484. # debug_peer_level parameter.
  485. #
  486. #debug_peer_list = 127.0.0.1
  487. #debug_peer_list = some.domain
  488.  
  489. # The debugger_command specifies the external command that is executed
  490. # when a Postfix daemon program is run with the -D option.
  491. #
  492. # Use "command .. & sleep 5" so that the debugger can attach before
  493. # the process marches on. If you use an X-based debugger, be sure to
  494. # set up your XAUTHORITY environment variable before starting Postfix.
  495. #
  496. debugger_command =
  497.      PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin
  498.      xxgdb $daemon_directory/$process_name $process_id & sleep 5
  499.  
  500. # If you don't have X installed on the Postfix machine, try:
  501. # debugger_command =
  502. #    PATH=/bin:/usr/bin:/usr/local/bin; export PATH; (echo cont;
  503. #    echo where) | gdb $daemon_directory/$process_name $process_id 2>&1
  504. #    >$config_directory/$process_name.$process_id.log & sleep 5
  505.  
  506. # INSTALL-TIME CONFIGURATION INFORMATION
  507. #
  508. # The following parameters are used when installing a new Postfix version.
  509. # sendmail_path: The full pathname of the Postfix sendmail command.
  510. # This is the Sendmail-compatible mail posting interface.
  511. sendmail_path = /usr/local/intranet/usr/sbin/sendmail
  512.  
  513. # newaliases_path: The full pathname of the Postfix newaliases command.
  514. # This is the Sendmail-compatible command to build alias databases.
  515. #
  516. newaliases_path = /usr/local/intranet/usr/bin/newaliases
  517.  
  518. # mailq_path: The full pathname of the Postfix mailq command.  This
  519. # is the Sendmail-compatible mail queue listing command.
  520. mailq_path = /usr/local/intranet/usr/bin/mailq
  521.  
  522. # setgid_group: The group for mail submission and queue management
  523. # commands.  This must be a group name with a numerical group ID that
  524. # is not shared with other accounts, not even with the Postfix account.
  525. #
  526. setgid_group = postdrop
  527.  
  528. # manpage_directory: The location of the Postfix on-line manual pages.
  529. #
  530. manpage_directory = /usr/local/man
  531.  
  532. # sample_directory: The location of the Postfix sample configuration files.
  533. #
  534. sample_directory = /etc/postfix
  535.  
  536. # readme_directory: The location of the Postfix README files.
  537. #
  538. readme_directory = no
  539. virtual_maps = mysql:/etc/postfix/mysql-virtual.cf
  540. sender_canonical_maps = mysql:/etc/postfix/mysql-canonical.cf 
  541.  
  542. #smtpd_sasl_auth_enable = yes
  543. #smtpd_recipient_restrictions = permit_sasl_authenticated, check_relay_domains
  544. #smtpd_sasl_security_options = noanonymous
  545. #broken_sasl_auth_clients = yes
  546.  
  547. disable_dns_lookups = yes
  548.